This project is a simple Pokémon search engine that allows users to search for a Pokémon by name or ID.
The search engine uses the PokéAPI to fetch Pokémon data.
You can try it out by typing "Pikachu", or any other Pokémon name or ID, into the search bar and pressing 'Search'.
This project was pretty fun. It was cool to see how fetching data from an API works and how it can be utilised practically.